home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Sample.Init
- ;
- ; A sample initialization file for wIconSetter.
- ;
-
- ;
- ; First, DEFINE any icons that will be used more than once.
- ; (Use the commands ICON, IMAGE, SELECT, MASK, NAME, POSITION, FLAGS
- ; described below).
- ;
-
- Define: 'CLI-Icon' ICON: FROM Icons:CLI.Icon
-
- ;
- ; Next specify the PROGRAMs and thier SCREENs and WINDOWs that you intend
- ; to add icons to. (If you do not include a SCREEN or WINDOW command, the
- ; name defaults to '[ANY]', which matches any title).
- ;
- ; Once you have specified a window, use any of the following commands
- ; to specify the icon:
- ;
- ; ICON: name To use an icon defined above with DEFINE
- ; ICON: FROM file To read an icon description from a file
- ; IMAGE: To specify the icon's image (the lines following
- ; the IMAGE command are the image data - see the
- ; wIconSetter documentation for a description of
- ; the data format
- ; SELECT: To specify the icon's select image
- ; MASK: To specify the icon's image mask
- ; NAME: 'name' To specify the icon's name (default is window name)
- ; POSITION: (x,y) To give the icon's starting position (in pixels)
- ; FLAGS: flag | flag... where the flags are:
- ; NOSAVEPOS icon will not remember its old position when opened
- ; NOCLOSE the CLOSE menu item will not be available for this icon
- ; NOMOVE icon can not be dragged from its initial position
- ; NOORGANIZE icon will not be affected by ORGANIZE or CLEANUP menus
- ; LOCKED icon will never be moved frlom its current position
- ; NOMULTISELECT multiple icons can not be selected along with this one
- ; CHANGEREFRESH a SMART_REFRESH window will be converted to
- ; SIMPLE_REFRESH window automatically when iconified
- ; (saves space, but may loose data within the window)
- ; NOICONIFY window will not be able to be iconified
- ; AUTOICONIFY window will be iconified as soon as it opens
- ;
-
-
- Program: 'NewCon'
- Window: 'AmigaShell'
- Window: 'AmigaDOS'
- Icon: 'CLI-Icon'
- Window: '[ANY]'
- Icon: FROM Icons:Text.Icon
-
-
- Program: Workbench
- Window: 'Workbench'
- Icon: FROM Icons:Workbench.Icon
- Window: [ANY]
- Icon: FROM Icons:WB-Window.Icon
-
- Program: [ANY]
- Window: 'AmigaShell'
- Window: 'AmigaDos'
- Icon: 'CLI-Icon'
-